home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
productivity
/
science
/
algorhythms
/
source
/
files.h
< prev
next >
Wrap
C/C++ Source or Header
|
1988-10-05
|
704b
|
18 lines
/*files.h*/
/* for AlgoRhythms.c by Thomas E. Janzen */
int Save_File(char *FileName, const double *TotalDuration,
const int *ScaleLength, const int Scale[], const int *voices,
const int *tempo,
const struct Parameter *Pitch, const struct Parameter *Thickness,
const struct Parameter *Dynamics,
const struct Parameter *Duration,
const struct NoteEvent *Events,
double MinNoteLen, double MaxNoteLen);
int Read_File(char *FileName, double *TotalDuration,
int *ScaleLength, int Scale[], int *voices, int *tempo,
struct Parameter *Pitch, struct Parameter *Thickness,
struct Parameter *Dynamics, struct Parameter *Duration,
struct NoteEvent *Events,
double *MinNoteLen, double *MaxNoteLen);